.popup-overlay{width:100vw;height:100vh;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.popup-content{width:375px;height:600px;background:#fff;border-radius:8px;padding:10px;box-shadow:0 4px 8px #0000001a}form{flex-direction:column;display:flex}label{margin-bottom:5px}input,textarea{width:100%;border:1px solid #ccc;border-radius:4px;margin-top:4px;padding:3px}textarea{resize:none}.popup-buttons{justify-content:space-between;margin-top:1px;display:flex}button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;padding:10px 20px}button:hover{opacity:.9}.setInputWidth{width:95%}.checkbox-container{align-items:center;display:flex}.checkbox-container input{width:20px;margin-right:8px}.checkbox-text{margin-right:12px}.btn-close{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;padding:8px 16px}.btn-close:hover{background-color:#0056b3}